home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  182 b   |  11 lines

  1. on mouseUp
  2.   sound stop 1
  3.   sound stop 2
  4.   puppetTransition(6, 2, 16, 0)
  5.   puppetPalette(the framePalette)
  6.   clearPuppets(1, 24)
  7.   go("menuTran")
  8.   puppetPalette(0)
  9.   go("Menu")
  10. end
  11.